home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk53 / automount / automnt.doc < prev    next >
Text File  |  1995-03-18  |  2KB  |  95 lines

  1.                             AutoMount V1.4
  2.  
  3.                          By: Khalid Aldoseri.
  4.  
  5.  
  6.  
  7.     AutoMount will automatically 'mount' all the entries in your
  8. 'DEVS:Mountlist' file.  
  9.  
  10.     It will attempt to mount each device it sees in the mountlist
  11. file, except for the RES?: partitions.  Also, if a device has already
  12. been mounted, AutoMount will not complain.
  13.  
  14.     The main reason for this program is to shorten your startup-sequence
  15. file.
  16.  
  17.  
  18.     Usage:
  19.  
  20.     Just add a line to your startup-sequence called 'AutoMount'.
  21.     Place 'AutoMount' in your c: directory.
  22.     Make sure that you have the 'Mount' command in your directory.
  23.  
  24.     And then remove that long list of Mount's in your startup-sequence.
  25.     (grin).
  26.  
  27.     AutoMount can also be used directly from the CLI.
  28.  
  29.     If you do not want a device to be automounted, add the following line
  30.     to the mountlist "/* DO NOT AUTOMOUNT */" (without the quotes, and
  31.     all in caps.)  This line can be anywhere between the line with the
  32.     '#' of the previous device and the name of the device you want to 
  33.     ignore.  Example:
  34.  
  35. -----------------------------------------------------------------------------
  36. SPEAK:     
  37.     Handler = L:Speak-Handler
  38.     Stacksize = 6000
  39.     Priority = 5
  40.     GlobVec = -1
  41. #
  42.  
  43. /* DO NOT AUTOMOUNT */
  44.  
  45. AUX:
  46.     Handler = L:Aux-Handler
  47.     Stacksize = 1000
  48.     Priority = 5
  49. #
  50. -----------------------------------------------------------------------------
  51.  
  52.     In this example, the AUX: device will not be mounted.  If the device to
  53.     be ignored is the first one in the list, just add the line before it.
  54.  
  55.  
  56.     Another Method of using it is:
  57.  
  58.         AutoMount AUX: SPEAK: NEWCON: .......
  59.  
  60.     This is faster than the normal mode.  You just specify what you want to
  61.     mount after the name of the program in CLI or in your startup-sequence.
  62.  
  63.  
  64.     Version 1.4:
  65.  
  66.     Added floppy option.  To use:
  67.  
  68.         AutoMount FLOPPY
  69.     OR  AutoMount FLOPPY AUX: SPEAK: FAST1: ....
  70.  
  71.  
  72.     The 'Floppy' mode will speed up the program when booting from a floppy
  73.     disk.  AutoMount will do the following:
  74.  
  75.         -   Initialize RAM Disk
  76.         -   copy 'Devs:Mountlist' to RAM:
  77.         -   copy 'C:Mount' to RAM:
  78.         -   Mount DEVICE FROM RAM:Mountlist
  79.  
  80.     This will normally increase mount speed by 50%.   This will only work
  81.     with the 1.3 Mount command, sorry!
  82.  
  83.  
  84.  
  85. Comments, suggestions, complaints, etc. are welcome.
  86.  
  87.  
  88.  
  89. Enjoy,
  90.  
  91. Khalid Aldoseri,
  92. CIS 75166,2531
  93.  
  94. Dec 29, 1988.
  95.